---
title: "Get subscription group by name"
method: GET
path: "/api/v5/InApp Subscriptions/groups/{group_name}"
tags: ["InApp Subscriptions Groups"]
---

# Get subscription group by name

`GET /api/v5/InApp Subscriptions/groups/{group_name}`

Get in app subscription groups route

## Path parameters

- `group_name` string, required

## Response `200`

Successful Response

- InAppSubscriptionsGroupInResponse
  - `inAppSubscriptionsGroup` InAppSubscriptionsGroup, required
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, date-time
    - `id` integer
    - `name` string, required
    - `description` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pavlok/apis/pavlok-api-v5.md) · [All operations](https://skmtc.net/pavlok/apis/pavlok-api-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pavlok/pavlok-api-v5/revisions/3d192098b1ac/schema)
